Skip to content

fix(router-multicall): include caller in call_result event#169

Merged
Maki-Zeninn merged 3 commits intoMaki-Zeninn:mainfrom
Markadrian6399:feat/multicall-call-result-event-caller
Mar 30, 2026
Merged

fix(router-multicall): include caller in call_result event#169
Maki-Zeninn merged 3 commits intoMaki-Zeninn:mainfrom
Markadrian6399:feat/multicall-call-result-event-caller

Conversation

@Markadrian6399
Copy link
Copy Markdown
Contributor

@Markadrian6399 Markadrian6399 commented Mar 30, 2026

Summary

The call_result event was missing the batch caller, making it impossible for indexers to attribute an event to the address that triggered the batch.

Breaking Change

call_result event data schema changed:

Before After
(target, function, success) (caller, target, function, success)

Indexers consuming this event must update their schema accordingly.

Changes

  • execute_batch: caller added as first element of call_result event data
  • test_call_result_event_includes_caller: asserts caller is present as first element
  • CHANGELOG.md: breaking change documented under [Unreleased]

All 19 tests pass.

closes #159

Markodiba and others added 3 commits March 30, 2026 10:16
- Add InvalidDescription = 17 error variant
- Guard queue against empty description strings
- Add test_queue_empty_description_fails and test_queue_nonempty_description_succeeds
- All 37 tests pass
- call_result event data changed from (target, function, success)
  to (caller, target, function, success)
- Add test_call_result_event_includes_caller
- Document breaking change in CHANGELOG.md
- All 19 tests pass
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 30, 2026

@Markadrian6399 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Maki-Zeninn Maki-Zeninn merged commit 861ed02 into Maki-Zeninn:main Mar 30, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

call_result event in router-multicall omits the batch caller

3 participants